home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Bavarian / Bavarian #056 (19xx)(APS Electronic).zip / Bavarian #056 (19xx)(APS Electronic).adf / let.inp < prev    next >
Text File  |  1987-08-19  |  1KB  |  48 lines

  1. /************************************************************************
  2.  *
  3.  * First attempt at a new format input file for RAY
  4.  *
  5.  *    v1.0    DBW    870412
  6.  *
  7.  ***********************************************************************/
  8.  
  9. message "Setting the global parameters"
  10.  
  11. parameters:
  12.     resolution is 10.0 hours
  13.     scan from 0 to 400
  14.     antialias with count = 1 and thresh = 1
  15.     look from point 10 10 110 at -10 -10 -110 with up of 0 1 0
  16.     set background to 1.0 0.7 0.2
  17.  
  18. message "Defining textures"
  19.  
  20.  
  21. message "Defining lights"
  22.  
  23. define lights:
  24.     directional color of .6 .6 .6 from -1 -1 1
  25.  
  26. message "Defining attributes to be used by objects"
  27.  
  28. attribute brick
  29.     use a texture of 5
  30.     fuzz = 0
  31.     mirror = .1
  32.     index is 1.2
  33.     transparency = .1 .1 .1
  34.     set ambient to 0 0 0
  35.     diffuse is .5 .6 .9
  36.  
  37. message "Defining the objects to display" 
  38.  
  39. text "The Quick"   of brick trans -110  60 0 scale 20 20 20
  40. text "Brown Fox"   of brick trans -110  40 0 scale 20 20 20
  41. text "Jumped Over" of brick trans -110  20 0 scale 20 20 20
  42. text "The Lazy"    of brick trans -110  0  0 scale 20 20 20
  43. text "Dogs Back"   of brick trans -110 -20 0 scale 20 20 20
  44. text "3.141592654" of brick trans -110 -40 0 scale 20 20 20
  45. text "** +-.?_ **" of brick trans -110 -60 0 scale 20 20 20
  46.  
  47. message "Input completed, ready to process"
  48.